 ~=Readme=~
 ----------
DNETC 2 HTML is a kind of BATCH program that creates a xHTMl 1.0 output from the settings in DNetC Service Controller
(must be in the same directory)

It can only be started via the command line
!!Disclaimer: I changed a command line varible "p" is now "s" from source!!

ex. dnetc_2_html.exe -s:[dir] -o:[dir] -p:rc5
-s:[dir] = the full directory where dnetc_ctrl.ini in is
-o:[dir] = any directory for the outputted HTML file, if its leaving blank then
	it will be outputted to the same directory as the program.
-t:[templatename] = you want to use another template file, be my guest ;)
-p:[project] = Valid inputs are rc5 (default) or ogr

Output file: dnetc_stats_[project].html

Greatings Damic

 ~=Template commands=~
 ---------------------
* [pcname]	= Name of the pc or the network link
* [ttc]		= Time to complete the buffer
* [ri]		= reload info (%)
* [cput]	= Processor type info
* [dversion]	= Dnetc Version info
* [numcpu]	= How many cpu's is used
* [core]	= The used core 
* [status]	= Client status

* [cwupn]	= Current pack number
* [sumrate]	= Summary rate info
* [sumtime]	= Summary time
* [lwudone]	= Last pack done
* [lwutime]	= Time of that pack

* [lwudonepn]	= Last done pack number
* [ldwocore]	= Last done pack on core, gives core name (A till Z)
* [lar]		= Last avarage rate

* [sumwu]	= Summary packs
* [wutodo]	= Packs todo
* [wudone]	= Packs done
* [wuflush]	= Packs flushed today
* [wuflushtime]	= How many times there was flush today
* [wufetch]	= Packs are fetched today
* [wufetchtime]	= How many times there was a fetch today
* [wutodototal]	= Packs todo total
* [wudonetotal] = Packs done total

* [sutodo]	= Stats units todo
* [sudone]	= Stats units done
* [suflush]	= Stats units flushed today
* [sufetch]	= Stats units fetched today
* [susum]	= Stats units summary
* [sudonetotal] = Stats units done total
* [sulwudone]	= Stats units last done pack
* [sucwu]	= Stats units current pack
* [sutodototal] = Stats units todo total

 ~=Change Log=~
 --------------
V. 2.0.0.12 (22/11/2024)
-----------------------
Upd: the core to v2.83

V. 2.0.0.11 (01/06/2023)
-----------------------
Upd: the core to v2.80

-------------------------
Forgot to update the file
-------------------------

V. 2.0.0.3 (25/12/2022)
-----------------------
Upd: the core to v2.68

V. 2.0.0.3 (16/12/2022)
-----------------------
Upd: the core to v2.60
Fix: GetTemplate() more modern programming + using the templatename

V. 2.0.0.2 (31/08/2015)
-----------------------
* Updated the core to v2.53
* Changed a command line var (-p: became -s;) en added a new one -p: = project

V. 2.0.0.1 (02/08/2015)
-----------------------
Rebuild in dot NET as a console application.
* added a lot of new template commands

V. 1.0 Build88 (27/09/2008)
---------------------------
* Updated for the use with a beta client

V. 1.0 Build87 (18/09/2008)
---------------------------
* Core update to v2.7
* New Template Command (ldwocore)
* Numeric value out of the filename
* Updated numcpu info

V. 1.0 Build81 (10/02/2005)
---------------------------
* Fault in offline function repaired
* New parse values added
	- numcpu
	- corei
	- wuflush
	- wuflushtime
* Total key/s rate added in total's
* Template changed with the new vars in it

V. 1.0 Build64 (22/01/2005)
---------------------------
* If a pc is offline he will take the last saved settings from ini
* Template a little bit changed
* Code reordered
* Last \ checking added for the path :) (some drives where not parsed)

V. 1.0 Build56 (01/11/2004)
---------------------------
* Default template changed to XHTML1.0 rules

V. 1.0 Build48 (17/07/2004)
---------------------------
* Working now with template files :)

V. 1.0 Build45 (11/07/2004)
---------------------------
* A litle filename problem solved ex. RC5-75_dnetc.html -> RC5-72_dnetc.html
* CSS Check in Destination Dir added
* Have some output text changed

V. 1.0 Build42 (06/06/2004)
---------------------------
* First release